
/*焦点图1*/
.carousel1 {
	width: 500px;
	height: 350px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}

.carousel1 ul {
	position: absolute;
	left: 0;
	top: 0;
}

.carousel1 ul li.slider {
	float: left;
}
.carousel1 ul li img{
	width: 585px;
	height: 350px;
}
.carousel1 ul li.fade {
	position: absolute;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel1 .pagination {
	position: absolute;
	/* left: 0; */
	bottom: 10px;
	width: 120px;
	text-align: right;
	right: 30px;
	z-index: 10;
	display: inline-block;
}

.carousel1 .pagination .pag-btn {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 2px;
	border-radius: 100%;
	background: #828d98;
	/*opacity: 0.7;*/
	cursor: pointer;
}

.carousel1 .pagination .pag-btn.active {
	/*opacity: 1;*/
	background: #fff;
	bottom: 6px;
}

.carousel1 li p {
	font: 16px/40px "微软雅黑";
	color: #fff;
	height: 40px;
	display: block;
	width: 100%;
	background: url("../images/2021dx1-jdt-abg.png") repeat-x;
	position: absolute;
	bottom: 0;
	padding-left: 30px;
}

.carousel1 li a:hover p{
		text-decoration: underline;
}

.carousel1 .btn {
	position: absolute;
	bottom: 166px;
	width: 40px;
	height: 55px;
}
.carousel1 .btn span {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.carousel1 .pre-btn {
	left: 0;
}
.carousel1 .pre-btn span {
	background: url('../images/2021dx1-jdtleft.png') no-repeat center center;
}
.carousel1 .next-btn {
	right: 0;
}
.carousel1 .next-btn span {
	background: url('../images/2021dx1-jdtright.png') no-repeat center center;
}
.carousel1 .pre-btn:hover  span {
	background: url('../images/2021dx1-jdtleft.png') no-repeat center center;
}
.carousel1 .next-btn:hover  span {
	background: url('../images/2021dx1-jdtright.png') no-repeat center center;
}
/*焦点图2*/
.carousel2 {
	border-radius: 8px;
	width: 1200px;
	height: 120px;
	overflow: hidden;
	position: relative;
	margin: 30px auto;
}

.carousel2 ul {
	position: absolute;
	left: 0;
	top: 0;
}

.carousel2 ul li.slider {
	float: left;
	width: 1200px;
	height: 120px;
}

.carousel2 ul li.fade {
	width: 1200px;
	height: 120px;
	position: absolute;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel2 .pagination {
	position: absolute;
	/* left: 0; */
	bottom: 6px;
	width: 200px;
	text-align: right;
	right: 10px;
	z-index: 10;
	display: inline-block;
}

.carousel2 .pagination .pag-btn {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	border-radius: 100%;
	background: #FFFFFF;
	opacity: 0.7;
	cursor: pointer;
}

.carousel2 .pagination .pag-btn.active {
	opacity: 1;
	background: #FFFFFF;
	bottom: 6px;
}


.carousel2 .btn {
	position: absolute;
	top: 42px;
	width: 36px;
	height: 36px;
}
.carousel2 .btn span {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.carousel2 .pre-btn {
	left: 10px;
}
.carousel2 .pre-btn span {
	background: url('../images/2021dx1-jdtleft.png') no-repeat center center;
}
.carousel2 .next-btn {
	right: 10px;
}
.carousel2 .next-btn span {
	background: url('../images/2021dx1-jdtright.png') no-repeat center center;
}


/*焦点图3*/
.carousel3 {
	border-radius: 8px;
	width: 500px;
	height: 350px;
	overflow: hidden;
	position: relative;
	margin: 30px auto;
}

.carousel3 ul {
	position: absolute;
	left: 0;
	top: 0;
}

.carousel3 ul li.slider {
	float: left;
	width: 500px;
	height: 350px;
}

.carousel3 ul li.fade {
	width: 500px;
	height: 350px;
	position: absolute;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel3 .pagination {
	position: absolute;
	/* left: 0; */
	bottom: 6px;
	width: 200px;
	text-align: right;
	right: 10px;
	z-index: 10;
	display: inline-block;
}

.carousel3 .pagination .pag-btn {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	border-radius: 100%;
	background: #FFFFFF;
	opacity: 0.7;
	cursor: pointer;
}

.carousel3 .pagination .pag-btn.active {
	opacity: 1;
	background: #FFFFFF;
	bottom: 6px;
}


.carousel3 .btn {
	position: absolute;
	top: 25px;
	width: 36px;
	height: 36px;
}
.carousel3 .btn span {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.carousel3 .pre-btn {
	left: 10px;
}
.carousel3 .pre-btn span {
	background: url('../images/2021dx1-jdtleft.png') no-repeat center center;
}
.carousel3 .next-btn {
	right: 10px;
}
.carousel3 .next-btn span {
	background: url('../images/2021dx1-jdtright.png') no-repeat center center;
}

